home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / anims / mpeg / MPEGFast / !MPEGfast / !Help < prev    next >
Text File  |  1995-06-05  |  3KB  |  105 lines

  1. ========================
  2. !Help file for !MPEGfast
  3. ========================
  4.  
  5. Version 0.01  (1993 sometime)
  6.  
  7. (C) 1993-1995 Paul LeBeau
  8. Note: this software is FREEWARE.  Permission to use
  9. and distribute for non-profit purposes is granted,
  10. as long as the software is copied, unaltered in it's
  11. entirety.  All other use restricted - please contact
  12. me if in doubt.
  13.  
  14. --------
  15.  
  16. This is an MPEG player written almost entirely in
  17. assembler.  It more-or-less supercedes my old port
  18. of the Berkeley player.  However, this player is not
  19. a port of the Berkeley MPEG player and contains none
  20. of their code, although being able to look at their
  21. code was a great help in writing this.
  22.  
  23. Note: it does not have a snazzy (or otherwise)
  24. front-end but is launched, like the old one, by just
  25. double-clicking on an MPEG file.  As long as the file
  26. has been filetyped correctly and !MPEGfast has been
  27. 'seen' by the Filer, the movie should start playing
  28. in the middle of the screen.
  29.  
  30. Good luck, and please read the notes below.
  31.  
  32. Paul LeBeau
  33. (paul@caverock.co.nz)
  34. --------------------------------------------------
  35.  
  36. This software is FREEWARE.
  37. Permission for non-profit distribution of this
  38. software is granted, provided it is distributed
  39. "as is", without change.
  40.  
  41. Thanks are due to:
  42.    Tim Dobson at Acorn
  43.      - for tweaks to the 16bpp frame rendering
  44.    Sophie Wilson at Acorn
  45.    Chris Marshall
  46.  
  47. If you find any bugs or have technical questions,
  48. then feel free to email me.  Use the email address
  49. above, or alternatively try mailing me at the
  50. following address:
  51.  
  52. Paul LeBeau
  53. Cave Rock Software
  54. PO Box 22488
  55. High St
  56. Christchurch 8001
  57. New Zealand
  58.  
  59.  
  60. ---------------------------------------------------
  61.  
  62. Some additional notes:
  63.  
  64. - Currently only plays I-frame-only movies (commonly
  65.   known as 'Xing compatible' movies).  This player
  66.   was written some time ago and has been languishing
  67.   on my hard disc awaiting P and B frame support
  68.   (plus other enhancements).  I thought it was about
  69.   time I let others use it now anyway.  If you run a
  70.   movie through it that has the other frame types,
  71.   they are ignored and skipped (only the I frames are
  72.   displayed).
  73.  
  74. - Currently only supports screen modes with 4bpp or
  75.   greater.
  76.  
  77. - In order to reduce the distribution size, I have
  78.   only included the colour translation/dithering
  79.   files for 8bpp modes (4bpp modes are supported
  80.   internally).  If you want to view movies in 16bpp
  81.   modes or greater, you will need to find the 16yuv*
  82.   data files - either from !MPEG (my earlier port of
  83.   the Berkeley C player), or from a recent version
  84.   of !ARMovie.  You should then copy them into
  85.   "!MPEGfast.Tables".
  86.  
  87.   However, if you *do* have a recent version of
  88.   !ARMovie (eg Risc PC or later), and it has been
  89.   'seen' by the filer, !MPEGfast will automatically
  90.   look for them in there (ie. no need to copy them out).
  91.  
  92.  
  93. Notes to users with Computer Concepts 'Movie Magic'
  94. MPEG cards.
  95.  
  96. The MPEG software that comes on the card interferes
  97. with this player somewhat.  The MPEG pseudo filing system
  98. it uses is the culprit.  Unfortunately, the Image
  99. filing system call to disable this behaviour doesn't
  100. seem to work.  As a workaround, I've made the player
  101. also respond to a separate filetype - &0F8.  Re-filetype
  102. your MPEG files to this filetype and then double-click
  103. on them as usual.
  104.  
  105.